home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global k, s40
- if k = 0 then
- puppetSound(0)
- set the visible of sprite 22 to 0
- set the visible of sprite 21 to 1
- animate(EMPTY, 21, "A10-2A-1.bmp", 4, s40, EMPTY)
- animate(EMPTY, 21, "A10-2A-1.bmp", -4, s40, EMPTY)
- animate(EMPTY, 21, "A10-2A-1.bmp", 4, s40, EMPTY)
- animate(EMPTY, 21, "A10-2A-1.bmp", -4, s40, EMPTY)
- set the visible of sprite 22 to 1
- set the visible of sprite 21 to 0
- set k to 1
- puppetSprite(21, 0)
- puppetSprite(22, 0)
- end if
- end
-